func runtime.memhash
10 uses
runtime (current package)
alg.go#L25: return memhash(p, h, 1)
alg.go#L29: return memhash(p, h, 2)
alg.go#L33: return memhash(p, h, 16)
alg.go#L40: return memhash(p, h, size)
alg.go#L67: func memhash(p unsafe.Pointer, h, s uintptr) uintptr
alg.go#L106: return memhash(p, h, 4)
alg.go#L118: return memhash(p, h, 8)
alg.go#L210: return memhash(p, h, t.Size_)
alg.go#L417: return memhash(s.array, seed, uintptr(s.len))
tracemap.go#L71: hash := memhash(data, 0, size)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)